Commit e4916ceb authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

M src/cell.cpp - added a patch to move cell phantom to the reference

								position in the very first frame as well
parent 9c8c7aaa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -148,6 +148,9 @@ void Cell<MV,PV>::GenerateDotDistributionInG2Phase()

		if (chrDots*chrCount != chrDotList.size())
			throw ERROR_REPORT("New \"initial\" chromatin positions are not OK");

		//also move the phantom to the reference position
		SOFA_MoveImportedToReferencePosition();
	 }
	 else
#endif